H5S

Undocumented in source.
struct H5S {}

Members

Static functions

close
void close(hid_t space_id)
Undocumented in source. Be warned that the author may not have intended to support it.
combine_hyperslab
hid_t combine_hyperslab(hid_t space_id, H5SSeloper op, hsize_t* start, hsize_t* _stride, hsize_t* count, hsize_t* _block)
Undocumented in source. Be warned that the author may not have intended to support it.
combine_select
hid_t combine_select(hid_t space1_id, H5SSeloper op, hid_t space2_id)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
hid_t copy(hid_t space_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create
hid_t create(H5SClass type)
Undocumented in source. Be warned that the author may not have intended to support it.
create_simple
hid_t create_simple(hsize_t[] dims)
Undocumented in source. Be warned that the author may not have intended to support it.
create_simple
hid_t create_simple(hsize_t[] dims, hsize_t[] maxdims)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
hid_t decode(void* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(hid_t obj_id, void* buf, size_t* nalloc)
Undocumented in source. Be warned that the author may not have intended to support it.
extent_copy
void extent_copy(hid_t dst_id, hid_t src_id)
Undocumented in source. Be warned that the author may not have intended to support it.
extent_equal
htri_t extent_equal(hid_t sid1, hid_t sid2)
Undocumented in source. Be warned that the author may not have intended to support it.
get_select_bounds
void get_select_bounds(hid_t spaceid, hsize_t* start, hsize_t* end)
Undocumented in source. Be warned that the author may not have intended to support it.
get_select_elem_npoints
hssize_t get_select_elem_npoints(hid_t spaceid)
Undocumented in source. Be warned that the author may not have intended to support it.
get_select_elem_pointlist
void get_select_elem_pointlist(hid_t spaceid, hsize_t startpoint, hsize_t numpoints, hsize_t* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
get_select_hyper_blocklist
void get_select_hyper_blocklist(hid_t spaceid, hsize_t startblock, hsize_t numblocks, hsize_t* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
get_select_hyper_nblocks
hssize_t get_select_hyper_nblocks(hid_t spaceid)
Undocumented in source. Be warned that the author may not have intended to support it.
get_select_npoints
hssize_t get_select_npoints(hid_t spaceid)
Undocumented in source. Be warned that the author may not have intended to support it.
get_select_type
H5S_sel_type get_select_type(hid_t spaceid)
Undocumented in source. Be warned that the author may not have intended to support it.
get_simple_extent_dims
int get_simple_extent_dims(hid_t space_id, hsize_t[] dims)
Undocumented in source. Be warned that the author may not have intended to support it.
get_simple_extent_dims
int get_simple_extent_dims(hid_t space_id, hsize_t[] dims, hsize_t[] maxdims)
Undocumented in source. Be warned that the author may not have intended to support it.
get_simple_extent_ndims
int get_simple_extent_ndims(hid_t space_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_simple_extent_npoints
hssize_t get_simple_extent_npoints(hid_t space_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_simple_extent_type
H5SClass get_simple_extent_type(hid_t space_id)
Undocumented in source. Be warned that the author may not have intended to support it.
is_simple
htri_t is_simple(hid_t space_id)
Undocumented in source. Be warned that the author may not have intended to support it.
offset_simple
void offset_simple(hid_t space_id, hssize_t* offset)
Undocumented in source. Be warned that the author may not have intended to support it.
select_all
void select_all(hid_t spaceid)
Undocumented in source. Be warned that the author may not have intended to support it.
select_elements
void select_elements(hid_t space_id, H5SSeloper op, size_t num_elem, hsize_t* coord)
Undocumented in source. Be warned that the author may not have intended to support it.
select_hyperslab
void select_hyperslab(hid_t filespace, H5SSeloper op, hsize_t[] start, hsize_t[] count)
Undocumented in source. Be warned that the author may not have intended to support it.
select_hyperslab
void select_hyperslab(hid_t space_id, H5SSeloper op, hsize_t[] start, hsize_t[] _stride, hsize_t[] count, hsize_t[] _block)
Undocumented in source. Be warned that the author may not have intended to support it.
select_none
void select_none(hid_t spaceid)
Undocumented in source. Be warned that the author may not have intended to support it.
select_select
void select_select(hid_t space1_id, H5SSeloper op, hid_t space2_id)
Undocumented in source. Be warned that the author may not have intended to support it.
select_valid
htri_t select_valid(hid_t spaceid)
Undocumented in source. Be warned that the author may not have intended to support it.
set_extent_none
void set_extent_none(hid_t space_id)
Undocumented in source. Be warned that the author may not have intended to support it.
set_extent_simple
void set_extent_simple(hid_t space_id, hsize_t[] dims)
Undocumented in source. Be warned that the author may not have intended to support it.
set_extent_simple
void set_extent_simple(hid_t space_id, hsize_t[] dims, hsize_t[] max)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta